From: Matthias Clasen Date: Wed, 15 Dec 2021 04:42:14 +0000 (-0500) Subject: Cosmetrics: Remove mention of a nonexisting type X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~91^2^2~48^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=56532a505d02aa21ae4fc66edc6db6079e1c9c17;p=gtk4.git Cosmetrics: Remove mention of a nonexisting type No such thing as GdkScrollHistory. --- diff --git a/gdk/gdkeventsprivate.h b/gdk/gdkeventsprivate.h index 5e81e16d57..ab5893c22a 100644 --- a/gdk/gdkeventsprivate.h +++ b/gdk/gdkeventsprivate.h @@ -209,7 +209,7 @@ struct _GdkTouchEvent * @pointer_emulated: whether the scroll event was the result of * a pointer emulation * @tool: a `GdkDeviceTool` - * @history: (element-type GdkScrollHistory): array of times and deltas + * @history: (element-type GdkTimeCoord): array of times and deltas * for other scroll events that were compressed before delivering the * current event * @@ -233,7 +233,7 @@ struct _GdkScrollEvent gboolean pointer_emulated; gboolean is_stop; GdkDeviceTool *tool; - GArray *history; /* */ + GArray *history; /* */ }; /*